﻿2026-08-30T06:50:10.2602862Z ##[group]Run actions/checkout@v5
2026-08-30T06:50:10.2603636Z with:
2026-08-30T06:50:10.2604040Z   repository: BigscreenVR/spt-bs-core
2026-08-30T06:50:10.2606832Z   token: ***
2026-08-30T06:50:10.2607194Z   ssh-strict: true
2026-08-30T06:50:10.2607581Z   ssh-user: git
2026-08-30T06:50:10.2607962Z   persist-credentials: true
2026-08-30T06:50:10.2608373Z   clean: true
2026-08-30T06:50:10.2608755Z   sparse-checkout-cone-mode: true
2026-08-30T06:50:10.2609283Z   fetch-depth: 1
2026-08-30T06:50:10.2609652Z   fetch-tags: false
2026-08-30T06:50:10.2610031Z   show-progress: true
2026-08-30T06:50:10.2610411Z   lfs: false
2026-08-30T06:50:10.2610759Z   submodules: false
2026-08-30T06:50:10.2611144Z   set-safe-directory: true
2026-08-30T06:50:10.2611559Z   allow-unsafe-pr-checkout: false
2026-08-30T06:50:10.2612281Z ##[endgroup]
2026-08-30T06:50:10.3443006Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-30T06:50:10.3444934Z ##[group]Getting Git version info
2026-08-30T06:50:10.3445748Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-30T06:50:10.3447193Z [command]/usr/bin/git version
2026-08-30T06:50:10.3447726Z git version 2.43.0
2026-08-30T06:50:10.3454595Z ##[endgroup]
2026-08-30T06:50:10.3509549Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/55671fcb-5023-4e96-842d-fb21ddf2c788/.gitconfig'
2026-08-30T06:50:10.3510973Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/55671fcb-5023-4e96-842d-fb21ddf2c788' before making global git config changes
2026-08-30T06:50:10.3512080Z Adding repository directory to the temporary git global config as a safe directory
2026-08-30T06:50:10.3513120Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-30T06:50:10.3523909Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-30T06:50:10.3544633Z https://github.com/BigscreenVR/spt-bs-core
2026-08-30T06:50:10.3554660Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-30T06:50:10.3557367Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-30T06:50:10.3613891Z refs/heads/golden/now-signal-23
2026-08-30T06:50:10.3622747Z [command]/usr/bin/git checkout --detach
2026-08-30T06:50:10.4110184Z HEAD is now at da71b7852 release: v0.67.0 — NOW-SIGNAL
2026-08-30T06:50:10.4161920Z [command]/usr/bin/git branch --delete --force golden/now-signal-23
2026-08-30T06:50:10.4201898Z Deleted branch golden/now-signal-23 (was da71b7852).
2026-08-30T06:50:10.5332479Z ##[endgroup]
2026-08-30T06:50:10.5335866Z [command]/usr/bin/git submodule status
2026-08-30T06:50:10.5525568Z ##[group]Cleaning the repository
2026-08-30T06:50:10.5528509Z [command]/usr/bin/git clean -ffdx
2026-08-30T06:50:16.1142126Z Removing .adapter-notify/
2026-08-30T06:50:16.1143826Z Removing bench-ledger/
2026-08-30T06:50:16.1144155Z Removing target/
2026-08-30T06:50:16.1153050Z [command]/usr/bin/git reset --hard HEAD
2026-08-30T06:50:16.1327583Z HEAD is now at da71b7852 release: v0.67.0 — NOW-SIGNAL
2026-08-30T06:50:16.1333870Z ##[endgroup]
2026-08-30T06:50:16.1335421Z ##[group]Disabling automatic garbage collection
2026-08-30T06:50:16.1339940Z [command]/usr/bin/git config --local gc.auto 0
2026-08-30T06:50:16.1366262Z ##[endgroup]
2026-08-30T06:50:16.1366834Z ##[group]Setting up auth
2026-08-30T06:50:16.1372228Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-30T06:50:16.1397332Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-08-30T06:50:16.1587614Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-30T06:50:16.1613084Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-08-30T06:50:16.1802914Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-30T06:50:16.1832535Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-30T06:50:16.2024005Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-30T06:50:16.2054680Z ##[endgroup]
2026-08-30T06:50:16.2055194Z ##[group]Fetching the repository
2026-08-30T06:50:16.2060765Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +da71b78521b425a23dfa55fb264445c256fb2996:refs/remotes/origin/golden/now-signal-23
2026-08-30T06:50:16.7180282Z ##[endgroup]
2026-08-30T06:50:16.7181198Z ##[group]Determining the checkout info
2026-08-30T06:50:16.7182348Z ##[endgroup]
2026-08-30T06:50:16.7188266Z [command]/usr/bin/git sparse-checkout disable
2026-08-30T06:50:16.7240734Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-30T06:50:16.7265125Z ##[group]Checking out the ref
2026-08-30T06:50:16.7267965Z [command]/usr/bin/git checkout --progress --force -B golden/now-signal-23 refs/remotes/origin/golden/now-signal-23
2026-08-30T06:50:16.7338370Z Switched to a new branch 'golden/now-signal-23'
2026-08-30T06:50:16.7339132Z branch 'golden/now-signal-23' set up to track 'origin/golden/now-signal-23'.
2026-08-30T06:50:16.7345386Z ##[endgroup]
2026-08-30T06:50:16.7388095Z [command]/usr/bin/git log -1 --format=%H
2026-08-30T06:50:16.7417540Z da71b78521b425a23dfa55fb264445c256fb2996
